ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ListBox<T> Class / OnClientLoadedItems Property

In This Topic
    OnClientLoadedItems Property (ListBox<T>)
    In This Topic
    Occurs after the list items are generated.
    Syntax
    'Declaration
     
    Public Property OnClientLoadedItems As String
    public string OnClientLoadedItems {get; set;}
    See Also